Closed
Conversation
--- updated-dependencies: - dependency-name: Perfolizer dependency-version: 0.6.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like Perfolizer is no longer a dependency, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Perfolizer from 0.5.3 to 0.6.7.
Release notes
Sourced from Perfolizer's releases.
0.6.7
Breaking Changes
Rng.Uniform()andRng.Uniform(a,b)renamed toUniformDouble()andUniformDouble(a,b)Probability.Medianreplaced withProbability.Half(alias removed)Internal
Measurement-level round-trip test case for"16x"values due to an undocumented breaking change in Pragmastat v10.0.0 whereRatioUnit.Abbreviationchanged from"x"to""Full Changelog: AndreyAkinshin/perfolizer@v0.6.6...v0.6.7
Release notes generated by herald v1.0.4
0.6.6
Dependency maintenance release: upgrades Pragmastat from 7.0.0 to 8.0.0.
Internal
Full Changelog: AndreyAkinshin/perfolizer@v0.6.5...v0.6.6
Release notes generated by herald v1.0.4
0.6.5
Modernize build infrastructure: migrate from Cake Frosting to mise, replace CI/CD workflows with tiered pipelines, and bump Pragmastat to 7.0.0.
Breaking Changes
Improvements
build,test,check,clean,restore,pack,ci)VERSIONfile instead of hardcoded MSBuild properties inDirectory.Build.propsbuild.yml,publish-nightly.yml,publish-release.yml) with tieredci.yml(format check, cross-platform test matrix, pack, gate) and manualpublish.yml(test, pack, tag, GitHub release, NuGet push)dotnet formatwhitespace fixes across 121 filesPackageIconUrlfrom package metadata (icon already embedded viaPackageIcon)Documentation
Internal
build/), shell scripts (build.sh,build.ps1,build.bat).gitignore: remove Mercurial directives, BenchmarkDotNet leftovers, Cake entries, and legacy C++ patterns; addnupkg/mastertomainin CI workflow and package metadataFull Changelog: AndreyAkinshin/perfolizer@v0.6.4...v0.6.5
Release notes generated by herald v1.0.3
0.6.4
A maintenance release that updates the Pragmastat dependency to v6.0.1 and removes redundant code.
Internal
RngExtensionsclass asPragmastat.Randomization.Rngnow provides theUniform(double min, double max)method directlyFull Changelog: AndreyAkinshin/perfolizer@v0.6.3...v0.6.4
0.6.3
This release updates the Pragmastat dependency to version 5.2.0 and migrates internal random number generation to use
UniformInt32for improved type safety.Internal
UniformInt(returnslong) toUniformInt32(returnsint) across test code andLimitedRandomGenerator, eliminating unnecessary castsFull Changelog: AndreyAkinshin/perfolizer@v0.6.2...v0.6.3
0.6.2
This release migrates the random number generation infrastructure from
System.Randomto Pragmastat's deterministicRngsystem (xoshiro256++), enabling cross-platform reproducible random number generation and fixing a bias in the shuffle algorithm.Breaking Changes
IContinuousDistribution.Random(Random? random)signature changed toRandom(Rng? rng)— all 17 distribution implementations now acceptPragmastat.Randomization.Rnginstead ofSystem.RandomRandomGeneratorandLimitedRandomGeneratornow useRnginternallyShufflerclass — useRng.Shuffle()insteadBug Fixes
[0, count)instead of shrinking range[0, i+1)(#22)Internal
RngFull Changelog: AndreyAkinshin/perfolizer@v0.6.1...v0.6.2
0.6.1
Full Changelog: AndreyAkinshin/perfolizer@v0.6.0...v0.6.1
0.6.0
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)